:export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }


  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }


  .game-thumb {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
  }

  .game-thumb-ratio-wrapper {
    height: 0;
    padding-top: 120.1%;
  }

  .game-thumb-container {
    background: #7e7e7e;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    /* stylelint-disable-next-line property-no-unknown */
    user-drag: none;
  }

  body {
    font-family: "Poppins", sans-serif !important;
  }

  .game-thumb-container.game-thumb-default {
    background: #f3f3f3;
  }

  .game-thumb-container.game-thumb-default .game-thumb-img {
    max-width: 8.5625rem;
    margin: 0 auto;
    display: flex;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .game-thumb-container:not(.game-thumb-default)::after {
    content: "";
    background: linear-gradient(180deg, rgba(84, 75, 201, 0) 64.58%, rgba(84, 75, 201, 0.8) 100%);
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }

  .game-thumb-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 0 0.625rem 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .game-thumb-tags {
    bottom: auto;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0.5rem;
    flex-wrap: wrap;
  }

  .game-thumb-tags .game-thumb-tag {
    font-size: 0.625rem;
    font-weight: 500;
    color: #222;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    min-width: 2.8125rem;
    min-height: 1.125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .game-thumb-jackpot {
    font-size: 0.875rem;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fcad6d;
    box-sizing: border-box;
    padding: 2% 10%;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .game-thumb-name {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    /* stylelint-disable property-no-vendor-prefix */
    /* stylelint-disable value-no-vendor-prefix */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    /* stylelint-disable property-no-vendor-prefix */
    /* stylelint-disable value-no-vendor-prefix */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    display: inline-block;
  }

  .game-thumb-vendor {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: #89f8ff;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
  }

  .game-thumb-img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease;
  }

  .game-thumb-play {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
  }

  .game-thumb-play svg {
    fill: #fff;
    height: 30%;
    width: 30%;
  }

  .desktop .game-thumb-play:hover {
    opacity: 1;
  }

  .game-skeleton {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
  }

  @-webkit-keyframes wave-animation {
    100% {
      transform: translateX(100%);
    }
  }

  @keyframes wave-animation {
    100% {
      transform: translateX(100%);
    }
  }

  .game-skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(239, 239, 239, 0) 0, rgba(239, 239, 239, 0.2) 20%, rgba(239, 239, 239, 0.5) 60%, rgba(239, 239, 239, 0));
    -webkit-animation: wave-animation 2s infinite;
    animation: wave-animation 2s infinite;
  }

  @-webkit-keyframes spinner {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes spinner {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .spinnerContainer,
  .spinnerContainerV2 {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .spinnerContainer .loadingSpinner,
  .spinnerContainerV2 .loadingSpinner {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-animation: 1.5s linear infinite spinner;
    animation: 1.5s linear infinite spinner;
    -webkit-animation-play-state: inherit;
    animation-play-state: inherit;
    will-change: transform;
  }

  .spinnerContainer .loadingSpinner {
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
  }

  .spinnerContainerV2 .loadingSpinner {
    border: solid 2px transparent;
    border-bottom-color: #544bc9;
    border-left-color: #544bc9;
    border-right-color: #544bc9;
  }

  .loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .loader.loader-absolute {
    position: absolute;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .tabBar {
    font-size: 0.625rem;
    font-weight: 400;
    height: 100%;
    align-items: center;
    display: flex;
    flex-basis: 100%;
    justify-content: center;
  }

  .tabBar .tabBarIcon {
    fill: #544bc9;
  }

  .tabBar .tabBarItem {
    position: relative;
    height: 100%;
    justify-content: center;
    overflow: hidden;
  }

  .tabBarItem {
    align-items: center;
    color: #515151;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    flex-basis: 20%;
    font-weight: 600;
  }

  .tabBarItem svg {
    fill: #515151;
    height: 1.5rem;
    width: 1.5rem;
  }

  .tabBarItem.selected {
    background-color: rgba(84, 75, 201, 0.1);
    border-radius: 0.75rem;
  }

  .tabBarItem .selectedCircle {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    bottom: -0.375rem;
    margin-top: 2.8125rem;
    position: absolute;
    background-color: #544bc9;
  }

  .tabBarItemTitle {
    color: #544bc9;
    line-height: 1.25rem;
  }

  @media (max-width: 850px) {
    .tabBarItemTitle {
      font-size: 0.75rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
    }
  }

  .desktop .tabBarItem {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    overflow: visible;
  }

  .desktop .tabBarItem:first-of-type {
    margin-left: 2.5rem;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .navBar {
    align-items: center;
    display: flex;
    height: 100%;
  }

  .navBar .logo {
    width: 200px;
    height: 2.5rem;
  }

  @media (max-width: 850px) {
    .navBar .logo {
      display: flex;
    }
  }

  .navBar .tabBarItem {
    flex-grow: 1;
    flex-basis: auto;
  }

  .navBar .tabBarItemTitle {
    color: #fff;
    padding: 0.5rem 1rem;
    font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
    font-family: "Poppins", sans-serif;
  }

  .navBar .more {
    cursor: pointer;
    fill: #544bc9;
    height: 2.5rem;
    width: 2.5rem;
    padding: 0.5rem;
    margin-left: 0.625rem;
  }

  @media (max-width: 850px) {
    .navBar {
      justify-content: center;
    }
  }

  .navBar .depositButton {
    padding: 0.5rem 1rem;
    height: 2.5rem;
    -webkit-font-smoothing: antialiased;
  }

  .navBar .depositIcon {
    width: 2.25rem;
    margin-left: 0.375rem;
    fill: #fff;
  }

  .navBar .depositButton.isGamePage .depositIcon {
    margin: 0;
  }

  .navBar .logoContainer {
    width: 30%;
  }

  .navBarButtonContainer {
    flex-grow: 1;
    text-align: right;
  }

  .navBarButtonContainer .loginButton {
    margin-right: 0.5rem;
    line-height: 1.125rem;
    color: #544bc9;
    font-size: 16px;
    font-weight: 600;
  }

  .navBarButtonContainer .signUpButton {
    padding: 0.5rem 1rem;
    font-size: 16px;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .footer {
    width: 100%;
    padding: 18px 0px;
    overflow: hidden;
    background-color: #000;
    box-sizing: border-box;
  }

  @media (max-width: 768px) {
    .footer {
      padding: 16px 0 32px;
      border-top: 1px solid #3c3b3b;
    }
  }

  .footerWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footerSelector {
    color: #FFFFFF !important;
    border-radius: 12px !important;
    height: 56px;
    width: 240px;
    margin-bottom: 40px;
  }

  .footerSelector .MuiInputBase-input {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }

  .footerSelector svg {
    fill: #FFFFFF;
  }

  .footerSelector fieldset {
    border-color: #FFFFFF;
  }

  .footerSelector:hover fieldset {
    border-color: #FFFFFF !important;
  }

  .footerLinks {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footerLinks .footerLinkItem {
    display: inline-flex;
    margin-right: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
  }

  .footerLinks .footerLinkItem a {
    white-space: nowrap;
    color: #FFFFFF;
  }

  .footerLinks .footerLinkItem:last-of-type {
    margin-right: 0;
  }

  .footerSocials {
    display: flex;
    margin-bottom: 40px;
  }

  .footerSocials .footerSocialItem {
    margin-right: 24px;
    cursor: pointer;
  }

  .footerSocials .footerSocialItem:last-of-type {
    margin-right: 0;
  }

  .footerProvider {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footerProvider .footerProviderItem span {
    display: inline-flex;
    padding: 0 9px 30px;
    box-sizing: border-box;
  }

  .footerProvider .footerProviderItem img {
    width: 100%;
    height: 100%;
    max-width: 96px;
    max-height: 32px;
  }

  .footerRG {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
  }

  .footerRG .footerRGItem {
    display: inline-flex;
  }

  .footerRGText {
    display: flex;
    margin-bottom: 0px;
    justify-content: center;
  }

  .footerRGText .footerRGTextItem {
    display: inline-flex;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .footerLogo {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
  }

  .footerLogo .footerLogoItem {
    display: inline-flex;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  /**
* mixins.scss can't be imported in variables.scss due to recursive imports.
* Therefore we redeclare that function.
*/
  /************ Element positions ************/
  /************ Element sizes ************/
  /************ Media queries ************/
  /************ Font families ************/
  /************ BorderRadius ************/
  /* stylelint-disable */
  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  /**
* mixins.scss can't be imported in variables.scss due to recursive imports.
* Therefore we redeclare that function.
*/
  /************ Element positions ************/
  /************ Element sizes ************/
  /************ Media queries ************/
  /************ Font families ************/
  /************ BorderRadius ************/
  /* stylelint-disable */
  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  /************ Utils ************/
  @media (max-width: 849px) {
    .hidden-mobile {
      display: none;
    }
  }

  @media (min-width: 850px) {
    .hidden-desktop {
      display: none;
    }
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
  }

  /* stylelint-disable selector-max-id */
  /* stylelint-disable at-rule-no-vendor-prefix */
  /* stylelint-disable property-no-vendor-prefix */
  :root {
    --palette-text-primary: #222;
    --palette-custom-text-link: #544bc9;
    --vh: 100%;
  }

  @supports (padding-top: constant(safe-area-inset-top)) {
    :root {
      --safe-area-inset-top: constant(safe-area-inset-top);
      --safe-area-inset-right: constant(safe-area-inset-right);
      --safe-area-inset-bottom: constant(safe-area-inset-bottom);
      --safe-area-inset-left: constant(safe-area-inset-left);
    }
  }

  @supports (padding-top: env(safe-area-inset-top)) {
    :root {
      --safe-area-inset-top: env(safe-area-inset-top);
      --safe-area-inset-right: env(safe-area-inset-right);
      --safe-area-inset-bottom: env(safe-area-inset-bottom);
      --safe-area-inset-left: env(safe-area-inset-left);
    }
  }

  @media (max-width: 850px) {
    ::-webkit-scrollbar {
      height: 0;
      width: 2px;
    }

    ::-webkit-scrollbar-track {
      background: transparent;
    }

    ::-webkit-scrollbar-thumb {
      background-color: #000;
      border-radius: 5px;
    }
  }

  /** Remove auto fill color */
  .desktop body input:-webkit-autofill,
  .mobile body input:-webkit-autofill,
  .tablet body input:-webkit-autofill {
    -webkit-animation-fill-mode: both !important;
    -webkit-transition: background-color 9999s 0s linear;
    transition: background-color 9999s 0s linear;
    will-change: background-color;
  }

  a {
    color: var(--palette-custom-text-link);
    cursor: pointer;
    text-decoration: none;
  }

  html,
  body {
    margin: 0;
  }

  html.ios {
    height: calc(var(--vh, 1vh) * 100);
    -webkit-text-size-adjust: 100%;
  }

  html.ios body {
    height: calc(var(--vh, 1vh) * 100);
    -webkit-text-size-adjust: 100%;
  }

  body {
    color: var(--palette-text-primary);
    font-family: Open Sans, sans-serif;
    font-size: 16px;
  }

  .top-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 5rem;
    padding: 0 1rem;
    background-color: #0b001c;
    box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
    z-index: 100;
  }

  @media (min-width: 1024px) {
    .top-nav {
      padding: 0 5rem;
    }

    .top-nav.side-menu-opened {
      padding-right: calc(5rem + 16px);
    }
  }

  @media (max-width: 850px) {
    .top-nav {
      height: 4.5rem;
    }
  }

  .content {
    min-height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-flow: column;
    padding-top: 5rem;
  }

  @media (max-width: 850px) {
    .content {
      padding-top: 4.5rem;
    }
  }

  .mobile .content,
  .tablet .content {
    padding-bottom: 3.5rem;
  }

  .mobile .bottom,
  .tablet .bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.5rem;
    box-sizing: content-box;
    background: #fff;
    padding-bottom: var(--safe-area-inset-bottom);
    box-shadow: 0 -0.0625rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
    z-index: 100;
    transform: translate3d(0, 0, 0);
  }

  body .regily-module {
    background: rgba(0, 0, 0, 0.4);
  }

  .content-row {
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
    flex-wrap: wrap;
  }

  .mobile.ios .safeAreaDarken {
    background-color: #000;
  }

  .content {
    min-height: 100vh;
  }

  .MuiPopover-paper {
    outline: 0;
    position: absolute;
    max-width: calc(100% - 32px);
    min-width: 16px;
    max-height: calc(100% - 32px);
    min-height: 16px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .MuiMenu-paper {
    max-height: calc(100% - 96px);
    -webkit-overflow-scrolling: touch;
  }

  .MuiMenu-list {
    outline: 0;
  }

  .MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
  }

  .MuiSvgIcon-colorPrimary {
    color: #3f51b5;
  }

  .MuiSvgIcon-colorSecondary {
    color: #f50057;
  }

  .MuiSvgIcon-colorAction {
    color: rgba(0, 0, 0, 0.54);
  }

  .MuiSvgIcon-colorError {
    color: #f44336;
  }

  .MuiSvgIcon-colorDisabled {
    color: rgba(0, 0, 0, 0.26);
  }

  .MuiSvgIcon-fontSizeInherit {
    font-size: inherit;
  }

  .MuiSvgIcon-fontSizeSmall {
    font-size: 1.25rem;
  }

  .MuiSvgIcon-fontSizeLarge {
    font-size: 2.1875rem;
  }

  @-webkit-keyframes mui-auto-fill {}

  @-webkit-keyframes mui-auto-fill-cancel {}

  .MuiInputBase-root {
    color: rgba(0, 0, 0, 0.87);
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.1876em;
    letter-spacing: 0.00938em;
  }

  .MuiInputBase-root.Mui-disabled {
    color: rgba(0, 0, 0, 0.38);
    cursor: default;
  }

  .MuiInputBase-multiline {
    padding: 6px 0 7px;
  }

  .MuiInputBase-multiline.MuiInputBase-marginDense {
    padding-top: 3px;
  }

  .MuiInputBase-fullWidth {
    width: 100%;
  }

  .MuiInputBase-input {
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 6px 0 7px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
  }

  .MuiInputBase-input::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }

  .MuiInputBase-input::-moz-placeholder {
    color: currentColor;
    opacity: 0.42;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }

  .MuiInputBase-input:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }

  .MuiInputBase-input::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }

  .MuiInputBase-input:focus {
    outline: 0;
  }

  .MuiInputBase-input:invalid {
    box-shadow: none;
  }

  .MuiInputBase-input::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  .MuiInputBase-input.Mui-disabled {
    opacity: 1;
  }

  .MuiInputBase-input:-webkit-autofill {
    animation-name: mui-auto-fill;
    animation-duration: 5000s;
  }

  label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input::-webkit-input-placeholder {
    opacity: 0 !important;
  }

  label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input::-moz-placeholder {
    opacity: 0 !important;
  }

  label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:-ms-input-placeholder {
    opacity: 0 !important;
  }

  label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input::-ms-input-placeholder {
    opacity: 0 !important;
  }

  label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:focus::-webkit-input-placeholder {
    opacity: 0.42;
  }

  label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:focus::-moz-placeholder {
    opacity: 0.42;
  }

  label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:focus:-ms-input-placeholder {
    opacity: 0.42;
  }

  label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:focus::-ms-input-placeholder {
    opacity: 0.42;
  }

  .MuiInputBase-inputMarginDense {
    padding-top: 3px;
  }

  .MuiInputBase-inputMultiline {
    height: auto;
    resize: none;
    padding: 0;
  }

  .MuiInputBase-inputTypeSearch {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
  }

  .PrivateNotchedOutline-root-1 {
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0 8px;
    overflow: hidden;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-radius: inherit;
    pointer-events: none;
  }

  .PrivateNotchedOutline-legend-2 {
    padding: 0;
    text-align: left;
    transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    line-height: 11px;
  }

  .PrivateNotchedOutline-legendLabelled-3 {
    width: auto;
    height: 11px;
    display: block;
    padding: 0;
    font-size: 0.75em;
    max-width: 0.01px;
    text-align: left;
    transition: max-width 50ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    visibility: hidden;
  }

  .PrivateNotchedOutline-legendLabelled-3>span {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }

  .PrivateNotchedOutline-legendNotched-4 {
    max-width: 1000px;
    transition: max-width 100ms cubic-bezier(0.0, 0, 0.2, 1) 50ms;
  }

  .MuiOutlinedInput-root {
    position: relative;
    border-radius: 4px;
  }

  .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.87);
  }

  @media (hover: none) {
    .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
      border-color: rgba(0, 0, 0, 0.23);
    }
  }

  .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: #3f51b5;
    border-width: 2px;
  }

  .MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #f44336;
  }

  .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.26);
  }

  .MuiOutlinedInput-colorSecondary.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: #f50057;
  }

  .MuiOutlinedInput-adornedStart {
    padding-left: 14px;
  }

  .MuiOutlinedInput-adornedEnd {
    padding-right: 14px;
  }

  .MuiOutlinedInput-multiline {
    padding: 18.5px 14px;
  }

  .MuiOutlinedInput-multiline.MuiOutlinedInput-marginDense {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }

  .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.23);
  }

  .MuiOutlinedInput-input {
    padding: 18.5px 14px;
  }

  .MuiOutlinedInput-input:-webkit-autofill {
    border-radius: inherit;
  }

  .MuiOutlinedInput-inputMarginDense {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }

  .MuiOutlinedInput-inputMultiline {
    padding: 0;
  }

  .MuiOutlinedInput-inputAdornedStart {
    padding-left: 0;
  }

  .MuiOutlinedInput-inputAdornedEnd {
    padding-right: 0;
  }

  .MuiSelect-select {
    cursor: pointer;
    min-width: 16px;
    user-select: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  .MuiSelect-select:focus {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.05);
  }

  .MuiSelect-select::-ms-expand {
    display: none;
  }

  .MuiSelect-select.Mui-disabled {
    cursor: default;
  }

  .MuiSelect-select[multiple] {
    height: auto;
  }

  .MuiSelect-select:not([multiple]) option,
  .MuiSelect-select:not([multiple]) optgroup {
    background-color: #fff;
  }

  .MuiSelect-select.MuiSelect-select {
    padding-right: 24px;
  }

  .MuiSelect-filled.MuiSelect-filled {
    padding-right: 32px;
  }

  .MuiSelect-outlined {
    border-radius: 4px;
  }

  .MuiSelect-outlined.MuiSelect-outlined {
    padding-right: 32px;
  }

  .MuiSelect-selectMenu {
    height: auto;
    overflow: hidden;
    min-height: 1.1876em;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .MuiSelect-icon {
    top: calc(50% - 12px);
    color: rgba(0, 0, 0, 0.54);
    right: 0;
    position: absolute;
    pointer-events: none;
  }

  .MuiSelect-icon.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
  }

  .MuiSelect-iconOpen {
    transform: rotate(180deg);
  }

  .MuiSelect-iconFilled {
    right: 7px;
  }

  .MuiSelect-iconOutlined {
    right: 7px;
  }

  .MuiSelect-nativeInput {
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }

  .MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
  }

  .MuiTouchRipple-ripple {
    opacity: 0;
    position: absolute;
  }

  .MuiTouchRipple-rippleVisible {
    opacity: 0.3;
    animation: MuiTouchRipple-keyframes-enter 550ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
  }

  .MuiTouchRipple-ripplePulsate {
    animation-duration: 200ms;
  }

  .MuiTouchRipple-child {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    border-radius: 50%;
    background-color: currentColor;
  }

  .MuiTouchRipple-childLeaving {
    opacity: 0;
    animation: MuiTouchRipple-keyframes-exit 550ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .MuiTouchRipple-childPulsate {
    top: 0;
    left: 0;
    position: absolute;
    animation: MuiTouchRipple-keyframes-pulsate 2500ms cubic-bezier(0.4, 0, 0.2, 1) 200ms infinite;
  }

  @-webkit-keyframes MuiTouchRipple-keyframes-enter {
    0% {
      opacity: 0.1;
      transform: scale(0);
    }

    100% {
      opacity: 0.3;
      transform: scale(1);
    }
  }

  @-webkit-keyframes MuiTouchRipple-keyframes-exit {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @-webkit-keyframes MuiTouchRipple-keyframes-pulsate {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(0.92);
    }

    100% {
      transform: scale(1);
    }
  }

  .MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
  }

  .MuiButtonBase-root::-moz-focus-inner {
    border-style: none;
  }

  .MuiButtonBase-root.Mui-disabled {
    cursor: default;
    pointer-events: none;
  }

  @media print {
    .MuiButtonBase-root {
      -webkit-print-color-adjust: exact;
    }
  }

  .MuiButton-root {
    color: rgba(0, 0, 0, 0.87);
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
  }

  .MuiButton-root:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.04);
  }

  .MuiButton-root.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
  }

  @media (hover: none) {
    .MuiButton-root:hover {
      background-color: transparent;
    }
  }

  .MuiButton-root:hover.Mui-disabled {
    background-color: transparent;
  }

  .MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
  }

  .MuiButton-text {
    padding: 6px 8px;
  }

  .MuiButton-textPrimary {
    color: #3f51b5;
  }

  .MuiButton-textPrimary:hover {
    background-color: rgba(63, 81, 181, 0.04);
  }

  @media (hover: none) {
    .MuiButton-textPrimary:hover {
      background-color: transparent;
    }
  }

  .MuiButton-textSecondary {
    color: #f50057;
  }

  .MuiButton-textSecondary:hover {
    background-color: rgba(245, 0, 87, 0.04);
  }

  @media (hover: none) {
    .MuiButton-textSecondary:hover {
      background-color: transparent;
    }
  }

  .MuiButton-outlined {
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 5px 15px;
  }

  .MuiButton-outlined.Mui-disabled {
    border: 1px solid rgba(0, 0, 0, 0.12);
  }

  .MuiButton-outlinedPrimary {
    color: #3f51b5;
    border: 1px solid rgba(63, 81, 181, 0.5);
  }

  .MuiButton-outlinedPrimary:hover {
    border: 1px solid #3f51b5;
    background-color: rgba(63, 81, 181, 0.04);
  }

  @media (hover: none) {
    .MuiButton-outlinedPrimary:hover {
      background-color: transparent;
    }
  }

  .MuiButton-outlinedSecondary {
    color: #f50057;
    border: 1px solid rgba(245, 0, 87, 0.5);
  }

  .MuiButton-outlinedSecondary:hover {
    border: 1px solid #f50057;
    background-color: rgba(245, 0, 87, 0.04);
  }

  .MuiButton-outlinedSecondary.Mui-disabled {
    border: 1px solid rgba(0, 0, 0, 0.26);
  }

  @media (hover: none) {
    .MuiButton-outlinedSecondary:hover {
      background-color: transparent;
    }
  }

  .MuiButton-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    background-color: #e0e0e0;
  }

  .MuiButton-contained:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    background-color: #d5d5d5;
  }

  .MuiButton-contained.Mui-focusVisible {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  }

  .MuiButton-contained:active {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  }

  .MuiButton-contained.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12);
  }

  @media (hover: none) {
    .MuiButton-contained:hover {
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      background-color: #e0e0e0;
    }
  }

  .MuiButton-contained:hover.Mui-disabled {
    background-color: rgba(0, 0, 0, 0.12);
  }

  .MuiButton-containedPrimary {
    color: #fff;
    background-color: #3f51b5;
  }

  .MuiButton-containedPrimary:hover {
    background-color: #303f9f;
  }

  @media (hover: none) {
    .MuiButton-containedPrimary:hover {
      background-color: #3f51b5;
    }
  }

  .MuiButton-containedSecondary {
    color: #fff;
    background-color: #f50057;
  }

  .MuiButton-containedSecondary:hover {
    background-color: #c51162;
  }

  @media (hover: none) {
    .MuiButton-containedSecondary:hover {
      background-color: #f50057;
    }
  }

  .MuiButton-disableElevation {
    box-shadow: none;
  }

  .MuiButton-disableElevation:hover {
    box-shadow: none;
  }

  .MuiButton-disableElevation.Mui-focusVisible {
    box-shadow: none;
  }

  .MuiButton-disableElevation:active {
    box-shadow: none;
  }

  .MuiButton-disableElevation.Mui-disabled {
    box-shadow: none;
  }

  .MuiButton-colorInherit {
    color: inherit;
    border-color: currentColor;
  }

  .MuiButton-textSizeSmall {
    padding: 4px 5px;
    font-size: 0.8125rem;
  }

  .MuiButton-textSizeLarge {
    padding: 8px 11px;
    font-size: 0.9375rem;
  }

  .MuiButton-outlinedSizeSmall {
    padding: 3px 9px;
    font-size: 0.8125rem;
  }

  .MuiButton-outlinedSizeLarge {
    padding: 7px 21px;
    font-size: 0.9375rem;
  }

  .MuiButton-containedSizeSmall {
    padding: 4px 10px;
    font-size: 0.8125rem;
  }

  .MuiButton-containedSizeLarge {
    padding: 8px 22px;
    font-size: 0.9375rem;
  }

  .MuiButton-fullWidth {
    width: 100%;
  }

  .MuiButton-startIcon {
    display: inherit;
    margin-left: -4px;
    margin-right: 8px;
  }

  .MuiButton-startIcon.MuiButton-iconSizeSmall {
    margin-left: -2px;
  }

  .MuiButton-endIcon {
    display: inherit;
    margin-left: 8px;
    margin-right: -4px;
  }

  .MuiButton-endIcon.MuiButton-iconSizeSmall {
    margin-right: -2px;
  }

  .MuiButton-iconSizeSmall>*:first-child {
    font-size: 18px;
  }

  .MuiButton-iconSizeMedium>*:first-child {
    font-size: 20px;
  }

  .MuiButton-iconSizeLarge>*:first-child {
    font-size: 22px;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .muiButtonBase {
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    text-transform: none;
  }

  .muiButtonEndIcon {
    margin-left: 8px;
  }

  .MuiButton-contained {
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    box-shadow: none;
    transition: none;
    padding: 0.75rem 1rem;
    background: transparent;
    color: #544bc9;
    line-height: 1.5rem;
  }

  .MuiButton-contained:hover,
  .MuiButton-contained:focus {
    background-color: #eeedfa;
    box-shadow: none;
  }

  .MuiButton-contained:active {
    background: #544bc9;
    color: #fff;
  }

  .MuiButton-contained:disabled {
    background-color: #fff;
    color: #9893df;
  }

  .muiButtonContainedPrimary {
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    box-shadow: none;
    transition: none;
    padding: 0.75rem 1rem;
    background: #544bc9;
    color: #fff;
    line-height: 1.5rem;
  }

  .muiButtonContainedPrimary:hover,
  .muiButtonContainedPrimary:focus {
    background-color: #655dce;
    box-shadow: none;
  }

  .muiButtonContainedPrimary:active {
    background: #544bc9;
    color: #fff;
  }

  .muiButtonContainedPrimary:disabled {
    background-color: #eeedfa;
    color: #9893df;
  }

  .muiButtonContainedPrimary.inverted {
    color: #544bc9;
    background: #fff;
  }

  .muiButtonContainedSecondary {
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    box-shadow: none;
    transition: none;
    padding: 0.75rem 1rem;
    background: transparent;
    color: #544bc9;
    border: 0.125rem solid #544bc9;
    line-height: 1.25rem;
  }

  .muiButtonContainedSecondary:hover,
  .muiButtonContainedSecondary:focus {
    background: transparent;
    box-shadow: 0 0 0 2px #544bc9;
  }

  .muiButtonContainedSecondary:active {
    background: #544bc9;
    color: #fff;
  }

  .muiButtonContainedSecondary:disabled {
    border-color: #9893df;
    color: #9893df;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  /* stylelint-disable max-empty-lines */
  .promo-preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .promo-preview .promo-hero-btn .MuiButton-label {
    flex-direction: column;
    line-height: 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .promo-preview .promo-hero-btn .MuiButton-label span {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  .promo-preview .promo-terms {
    color: #cecece;
    font-weight: 600;
    font-size: 0.875rem;
    padding-top: 0.625rem;
    line-height: 1.375rem;
  }

  .promo-preview .tncLinksWrapper a,
  .promo-preview .tncLinksWrapper .separator {
    font-weight: 600;
    font-size: 0.875rem;
  }

  .promo-hero {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .promo-hero-container {
    background: #fff;
  }

  .promo-img-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .promo-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .promo-img-fail {
    display: none;
  }

  .promo-box {
    align-items: center;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    left: 0;
    padding: 0 1.375rem;
    width: 100%;
    padding: 1.25rem 1rem;
  }

  @media (min-width: 641px) {
    .promo-box {
      padding: 1.25rem 0;
    }
  }

  @media (min-width: 1024px) {
    .promo-box {
      padding: 1.875rem 0;
    }
  }

  .promo-banner-subline {
    padding: 0 0.75rem;
  }

  .promo-content {
    border-radius: 0.5rem;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 20.625rem;
    padding: 1rem;
    z-index: 1;
  }

  @media (min-width: 641px) {
    .promo-content {
      padding: 1.5rem 1.875rem;
      max-width: 37.5rem;
    }
  }

  .video-banner-wrapper {
    position: relative;
    margin: 0;
    height: 100%;
    max-width: 100%;
  }

  .video-banner-wrapper .video-banner {
    position: absolute;
  }

  .promo-banner {
    width: 100%;
    position: relative;
  }

  .promo-banner .promo-terms {
    color: #fff;
    text-decoration: underline;
  }

  .promo-banner-container {
    margin: 0;
  }

  .promo-banner-caption {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1.75rem;
  }

  .promo-banner-header * {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 3rem;
    margin: 0;
    margin-bottom: 7%;
    margin-top: 5%;
    text-align: center;
    font-family: "Poppins", sans-serif;
  }

  .promo-banner-subline {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10%;
    font-family: "Poppins", sans-serif;
  }

  html.fi .promo-banner-header,
  html.fi .promo-banner-subline {
    margin: 0.5rem 0;
  }

  .jp .promo-banner {
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Poppins", sans-serif;
  }

  .jp .promo-img {
    height: 105%;
  }

  @media (min-width: 568px) and (max-width: 850px) {
    .jp .promo-img {
      height: 190%;
    }
  }

  @media (max-width: 320px) {
    .jp .promo-img {
      height: 110%;
    }
  }

  .jp .promo-box {
    padding-top: 8.5rem;
    padding-bottom: 3rem;
  }

  .jp .promo-content {
    padding: 0;
  }

  .jp .promo-banner-caption {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .jp .promo-banner-header * {
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 1rem 0;
    background: #460381;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 0.5rem transparent;
    text-shadow: 4px 4px 0 rgba(41, 48, 71, 0.1);
  }

  .jp .promo-banner-header p {
    margin: 0;
  }

  .jp .promo-banner-subline {
    font-size: 1.25rem;
    line-height: 1.75rem;
    background: #460381;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 0.5rem transparent;
    text-shadow: 0 4px 0 rgba(41, 48, 71, 0.1);
  }

  @media (max-width: 320px) {
    .jp .promo-banner-header {
      font-weight: 900;
      font-size: 1.5rem;
      line-height: 2rem;
    }

    .jp .promo-banner-subline {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }

  .jp.desktop .promo-box {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .jp.desktop .promo-img {
    height: 100%;
  }

  .jp.desktop .promo-banner-caption {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .jp.desktop .promo-banner-header {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .jp.desktop .promo-banner-subline {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .lander-preview {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }

  @media (max-width: 768px) {
    .lander-preview {
      margin-top: 0.75rem;
    }
  }

  .lander-preview .lander-game-tile {
    margin-bottom: 1rem;
    flex-basis: calc(50% - 1rem);
    border-radius: 0.75rem;
  }

  @media (min-width: 768px) {
    .lander-preview .lander-game-tile {
      flex-basis: calc(20% - 1rem);
      margin-right: 1rem;
    }
  }

  @media only screen and (max-width: 960px) and (orientation: landscape) {
    .lander-preview .lander-game-tile {
      flex-basis: calc(25% - 1rem);
      margin-right: 1rem;
    }
  }

  .lander-preview .lander-game-tile .game-thumb-jackpot {
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 90%;
    min-height: 3.0625rem;
    border-radius: 0.5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lander-preview .lander-game-tile:nth-child(odd) {
    margin-right: 1rem;
  }

  .lander-preview .lander-game-tile:last-child {
    margin-right: 0;
  }

  .desktop .lander-preview .lander-game-tile {
    flex-basis: calc(20% - 1rem);
    margin-right: 1rem;
  }

  .desktop .lander-preview.medium .lander-game-tile {
    flex-basis: calc(25% - 1rem);
  }

  .desktop .lander-preview .lander-game-tile:last-child {
    margin-right: 0;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .fullPageloader {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @-webkit-keyframes ldio-fyszzpnu77a-r {

    0%,
    100% {
      -webkit-animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
      animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
    }

    50% {
      -webkit-animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
      animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
    }

    0% {
      transform: rotate(0deg);
    }

    50% {
      transform: rotate(180deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes ldio-fyszzpnu77a-r {

    0%,
    100% {
      -webkit-animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
      animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
    }

    50% {
      -webkit-animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
      animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
    }

    0% {
      transform: rotate(0deg);
    }

    50% {
      transform: rotate(180deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes ldio-fyszzpnu77a-s {

    0%,
    100% {
      -webkit-animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
      animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
    }

    50% {
      -webkit-animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
      animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
    }

    0% {
      transform: translate(-30px, -30px) scale(0);
    }

    50% {
      transform: translate(-30px, -30px) scale(1);
    }

    100% {
      transform: translate(-30px, -30px) scale(0);
    }
  }

  @keyframes ldio-fyszzpnu77a-s {

    0%,
    100% {
      -webkit-animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
      animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
    }

    50% {
      -webkit-animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
      animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
    }

    0% {
      transform: translate(-30px, -30px) scale(0);
    }

    50% {
      transform: translate(-30px, -30px) scale(1);
    }

    100% {
      transform: translate(-30px, -30px) scale(0);
    }
  }

  .ldio-fyszzpnu77a>div {
    transform: translate(0, -15px);
  }

  .ldio-fyszzpnu77a>div>div {
    -webkit-animation: ldio-fyszzpnu77a-r 1s linear infinite;
    animation: ldio-fyszzpnu77a-r 1s linear infinite;
    transform-origin: 100px 100px;
  }

  .ldio-fyszzpnu77a>div>div>div {
    position: absolute;
    transform: translate(100px, 92px);
  }

  .ldio-fyszzpnu77a>div>div>div>div {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #a44bc9;
    -webkit-animation: ldio-fyszzpnu77a-s 1s linear infinite;
    animation: ldio-fyszzpnu77a-s 1s linear infinite;
  }

  .ldio-fyszzpnu77a>div>div:last-child {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }

  .ldio-fyszzpnu77a>div>div:last-child>div>div {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    background: #544bc9;
  }

  .loadingio-spinner-interwind-asxkld4ngtv {
    width: 12.5rem;
    height: 12.5rem;
    display: inline-block;
    overflow: hidden;
    background: transparent;
  }

  .ldio-fyszzpnu77a {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 0 0;
  }

  .ldio-fyszzpnu77a div {
    box-sizing: content-box;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }


  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .lander {
    width: 100%;
    min-height: 100vh;
  }

  .lander .loader {
    position: relative;
    height: 100vh;
  }

  .lander-header {
    width: 100%;
    position: relative;
  }

  .lander-body {
    padding: 2.625rem 0;
    box-sizing: border-box;
    position: relative;
  }

  .lander-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #000;
  }

  .lander-content>div {
    padding-left: 6.7%;
    padding-right: 6.7%;
  }

  .lander-heading h2 {
    background: #fff;
    -webkit-background-clip: text;
    /* stylelint-disable-line */
    -webkit-text-fill-color: transparent;
    /* stylelint-disable-line */
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    margin: 0 0 1rem;
  }

  .lander-heading p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
  }

  @media (min-width: 1024px) {
    .lander-heading {
      width: 65.5%;
      margin: auto;
    }
  }

  .lander-heading:not(:first-child) {
    margin-top: 2.625rem;
  }

  .lander-heading h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin: 0 0 1rem;
  }

  .lander-heading p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    color: #fff;
  }
  .game-thumb.game-tile.lander-game-tile {
    border: 3px solid #f4ad09;
}
  @media (min-width: 1024px) {
    .lander-heading {
      width: 65.5%;
      margin: auto;
    }
  }

  .lander-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 1rem 0 0;
  }

  @media (min-width: 1024px) {
    .lander-section {
      margin: 2.5rem 0 0;
    }
  }

  .lander-section .lander-section-head {
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem;
    width: 100%;
  }

  .lander-section-title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0;
  }

  @media (min-width: 768px) {
    .lander-section-title {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

  .lander-section-show {
    text-align: center;
    margin-top: 0.375rem;
  }

  .lander-section-info {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    text-align: center;
  }

  .lander-section-link {
    width: 100%;
    text-align: center;
    color: #544bc9;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  .lander-section-info {
    margin: 0.5rem 0 0;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .gameControlButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5em;
    height: 2.5em;
    min-width: 1.6875rem;
    min-height: 1.6875rem;
    max-width: 2.5rem;
    max-height: 2.5rem;
    border: 0;
    padding: 0;
    outline: none;
    background: rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }

  .gameControlButton svg {
    fill: #fff;
    height: 1.5rem;
    width: 1.5rem;
  }

  .gameControlButton.gameControlTop {
    margin-bottom: 0.5em;
    border-radius: 0.25em 0.25em 0 0;
  }

  .gameControlButton.gameControlBottom {
    margin-top: 0.5em;
    border-radius: 0 0 0.25em 0.25em;
  }

  .gameControlButton:hover {
    background: rgba(255, 255, 255, 0.3);
  }

  .gameControlIcon {
    display: block;
    width: 70%;
    height: auto;
  }

  .gameIframe {
    background: #000;
  }

  .tvbetGameWrapper {
    background: #000;
    overflow-y: scroll;
  }

  .mobile .gameIframe {
    width: 100%;
    height: 100%;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .userClock {
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  .userClock svg {
    width: 1.5rem;
    height: auto;
  }

  .userClockTime {
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    -webkit-font-smoothing: antialiased;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .gamePage {
    flex: auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1;
  }

  .gamePage::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(236.51deg, #544bc9 -1.29%, #a44cc9 99.98%, #a44ac9 99.99%);
    transform: rotate(-180deg);
    z-index: -1;
  }

  .gamePage .iframe_placeholder {
    background-color: #293047;
  }

  .gamePage .gameLauncher {
    background: radial-gradient(100% 5568.89% at 0% 0%, #ac4fd4 0%, #ff60b2 100%);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .gamePage .gameLauncher .imgWrapper {
    text-align: center;
    margin-bottom: 1rem;
  }

  .gamePage .gameLauncher .imgWrapper .game-thumb-img {
    width: 50%;
    text-align: center;
    border-radius: 12px;
  }

  @media (orientation: landscape) {
    .gamePage .gameLauncher .imgWrapper {
      flex-basis: 40%;
      margin: 0;
    }

    .gamePage .gameLauncher .imgWrapper .game-thumb-img {
      width: 80%;
    }
  }

  .gamePage .gameLauncher .mgl-header {
    background-color: #fff;
    display: flex;
    width: 100%;
    padding: 1rem;
  }

  .gamePage .gameLauncher .mgl-header .title {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1.25rem;
    font-weight: 600;
    font-size: 1.25rem;
    overflow: hidden;
  }

  .gamePage .gameLauncher .mgl-header .title>div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .gamePage .gameLauncher .mgl-header .closeButton {
    padding: 0;
  }

  .gamePage .gameLauncher .mgl-header .closeButton svg {
    fill: #544bc9;
    width: 1rem;
  }

  .gamePage .gameLauncher .mgl-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  @media (orientation: landscape) {
    .gamePage .gameLauncher .mgl-content {
      flex-direction: row;
    }
  }

  .gamePage .gameLauncher .buttonsWrappers {
    display: flex;
    flex-direction: column;
    width: 88%;
  }

  .gamePage .gameLauncher .buttonsWrappers button,
  .gamePage .gameLauncher .buttonsWrappers .link-as-btn {
    font-size: 1rem;
    width: 100%;
  }

  .gamePage .gameLauncher .buttonsWrappers .tryForFun {
    margin-bottom: 2.25rem;
  }

  .gamePage .gameLauncher .buttonsWrappers .MuiButton-containedPrimary,
  .gamePage .gameLauncher .buttonsWrappers .btn {
    background-color: #fff;
    color: #544bc9;
  }

  .gamePage .gameLauncher .buttonsWrappers .MuiButton-outlinedPrimary {
    border-color: #fff;
    color: #fff;
    border-width: 2px;
    font-weight: initial;
  }

  .gamePage .gameLauncher .buttonsWrappers a {
    color: #fff;
    text-align: center;
  }

  .gamePage .gameLauncher .buttonsWrappers .muiButtonBase {
    padding: 0.375rem;
    min-height: 3rem;
  }

  .gamePage .gameLauncher .buttonsWrappers .MuiButton-label {
    line-height: 1.75rem;
  }

  .gamePage .gameLauncher .buttonsWrappers .signupWrapper {
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .gamePage .gameLauncher .buttonsWrappers .signupWrapper .welcomeOffer {
    margin-bottom: 1rem;
  }

  .gamePage .gameLauncher .buttonsWrappers .signupWrapper .muiButtonBase {
    background-color: #544bc9;
    color: #fff;
  }

  .gamePage .gameLauncher .buttonsWrappers .signupWrapper .tnc {
    color: #868686;
    font-size: 0.75rem;
    text-decoration: underline;
  }

  @media (orientation: landscape) {
    .gamePage .gameLauncher .buttonsWrappers {
      padding: 0 5%;
    }
  }

  .gamePage .gameLauncher .welcomeOfferTitle * {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 600;
    margin: 0;
  }

  .gameControls {
    position: absolute;
    left: calc(100% + 1em);
    top: 0;
  }

  .isFullscreen.a-1-78 .gameControls {
    left: calc(100% + 0.125em);
  }

  .isFullscreen+div.game-review {
    display: none;
  }

  .gameBottomRow {
    display: flex;
    position: absolute;
    top: calc(100% + 0.5em);
    left: 0;
    right: 0;
    justify-content: space-between;
  }

  .gameViewCenteringContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .gameContentWrapper {
    position: relative;
  }

  .game-review {
    padding: 3rem 20%;
  }

  html.mobile .gamePage {
    top: 0;
    left: 0;
  }

  html.mobile:not(.mglVisible)+div.game-review {
    display: none;
  }

  html.mobile .game-review {
    background-color: #fff;
    padding: 1.5rem;
  }

  html.mobile .game-review p {
    font-size: 1em;
  }

  html.mobile .game-review h1,
  html.mobile .game-review h2,
  html.mobile .game-review h3 {
    font-family: "Open Sans", serif;
    font-weight: 800;
  }

  html.mobile .navBarVisible .gamePage {
    margin-top: 3.5rem;
  }

  html.mobile .gameContentWrapper {
    width: 100%;
    height: 100%;
  }

  html.mobile .gameViewCenteringContainer {
    justify-content: flex-start;
    align-items: flex-start;
  }

  @media (max-width: 320px) {
    html.mobile .imgWrapper {
      margin-bottom: 0.625rem;
    }

    html.mobile .gameLauncher .buttonsWrappers .muiButtonBase {
      min-height: 1.5rem;
    }

    html.mobile .gameLauncher .buttonsWrappers .signupWrapper {
      margin-bottom: 0.625rem;
    }

    html.mobile .gameLauncher .buttonsWrappers .signupWrapper .welcomeOffer {
      margin-bottom: 0.625rem;
    }

    html.mobile .gameLauncher .buttonsWrappers .tryForFun {
      margin-bottom: 0.625rem;
    }
  }

  @media (max-width: 768px) and (orientation: landscape) {
    html.mobile .gameLauncher .buttonsWrappers .signupWrapper {
      margin-bottom: 0.5rem;
      padding: 0.75rem;
    }

    html.mobile .gameLauncher .buttonsWrappers .signupWrapper .welcomeOffer {
      margin-bottom: 0.5rem;
    }

    html.mobile .gameLauncher .buttonsWrappers .tryForFun {
      margin-bottom: 0.5rem;
      padding: 0.25rem;
      min-height: 1.5rem;
    }
  }

  @media (min-width: 768px) {
    html.mobile .imgWrapper {
      margin-bottom: 1.5rem;
    }

    html.mobile .gameLauncher .buttonsWrappers .muiButtonBase {
      font-size: 1.625rem;
      padding: 1.5rem;
    }

    html.mobile .gameLauncher .buttonsWrappers .signupWrapper {
      margin-bottom: 1.5rem;
      padding: 1.5rem;
      font-size: 1.375rem;
    }

    html.mobile .gameLauncher .buttonsWrappers .signupWrapper .tnc {
      font-size: 1.125rem;
    }

    html.mobile .gameLauncher .buttonsWrappers .tryForFun {
      margin-bottom: 1.5rem;
    }

    html.mobile .gameLauncher .buttonsWrappers .loginLink {
      font-size: 1.5rem;
    }

    html.mobile .gameLauncher .welcomeOfferTitle * {
      margin-bottom: 1.25rem;
      font-size: 1.5rem;
    }
  }


  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .search-bar {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 300ms cubic-bezier(0, 0, 0.2, 1), opacity 300ms cubic-bezier(0, 0, 0.2, 1);
  }

  .search-bar-slide-in {
    transform: none;
    opacity: 1;
  }

  .search-bar-container {
    width: 100%;
    height: 100%;
    background: radial-gradient(100% 5568.89% at 0% 0%, #ac4fd4 0%, #ff60b2 100%);
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    padding: 0 1.5rem;
    align-items: center;
  }

  .search-input-container {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .search-input-container .search-input {
    font-weight: 600;
    font-size: 1rem;
    background-color: transparent;
    border: 0;
    color: #fff;
    width: 100%;
    padding-bottom: 0.25rem;
    line-height: 1.5rem;
  }

  .search-input-container .search-input::-moz-placeholder {
    color: #fff;
  }

  .search-input-container .search-input::placeholder {
    color: #fff;
  }

  .search-input-container .search-input:focus {
    outline: none;
  }

  .search-control-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.5rem;
  }

  .search-control-container .search-control {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    height: 100%;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .search-control-container .search-reset {
    cursor: pointer;
  }

  .search-cancel {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .search-cancel svg {
    fill: #544bc9;
    width: 1rem;
  }

  .desktop .search-bar {
    width: 100%;
  }

  .desktop .search-bar-container {
    padding: 0 5rem 0 6rem;
  }

  .desktop .search-control-container {
    margin-right: 5rem;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .windowed-grid-container {
    position: relative;
    width: 100%;
  }

  .windowed-grid-container div {
    outline: none;
  }

  .windowed-grid-container .infinite-scroll-loader {
    margin-top: 3.125rem;
  }

  .windowed-grid-container .infinite-scroll-loader .loader {
    top: auto;
  }

  .windowed-grid-row {
    display: flex;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .searchDisplay {
    width: 100%;
  }

  .searchSection {
    margin-bottom: 1.5rem;
  }

  .searchSection .sectionTitle {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: block;
    line-height: 2.375rem;
  }

  .searchSection .sectionBody {
    position: relative;
  }

  .desktop .searchSection {
    margin-bottom: 2.5rem;
  }

  .desktop .searchSection .sectionTitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  /**
* mixins.scss can't be imported in variables.scss due to recursive imports.
* Therefore we redeclare that function.
*/
  /************ Element positions ************/
  /************ Element sizes ************/
  /************ Media queries ************/
  /************ Font families ************/
  /************ BorderRadius ************/
  /* stylelint-disable */
  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  /* stylelint-disable */
  :export {
    searchMobileQuery: "(max-width: 768px)";
    searchMobileMidPointQuery: "(min-width: 768px) and (max-width: 1200px)";
    searchMobileLandscapeQuery: "(min-width: 568px) and (orientation: landscape)";
    searchDesktopQuery: "(min-width: 1200px)";
  }

  .search {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .search-preview {
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 1.75rem 1rem;
  }

  .search-preview .search-body {
    min-height: 50vh;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    text-align: center;
  }

  .search-preview .search-body .title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 3.5rem;
    margin: 0;
    /* stylelint-disable at-rule-no-vendor-prefix */
    /* stylelint-disable value-no-vendor-prefix */
    /* stylelint-disable property-no-vendor-prefix */
    background: -webkit-linear-gradient(0, #544bc9, #a44bc9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .search-preview .search-body .subTitle {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    display: block;
    padding-top: 0.5rem;
    max-width: 37.5rem;
    margin: auto;
  }

  .search-preview .search-thumb {
    flex-basis: 100%-1rem/2;
    margin: 0 1rem 1rem 0;
  }

  @media (min-width: 768px) and (max-width: 1200px) {
    .search-preview .search-thumb {
      flex-basis: 100%-3rem/4;
    }
  }

  @media (min-width: 568px) and (orientation: landscape) {
    .search-preview .search-thumb {
      flex-basis: 100%-3rem/4;
    }
  }

  .search-preview .search-thumb:last-child {
    margin-right: 0;
  }

  .desktop .search-preview {
    padding: 2.5rem 6.7%;
  }

  .desktop .search-preview .search-body .title {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .desktop .search-preview .search-body .subTitle {
    font-size: 1.25rem;
    font-weight: 600;
    padding-top: 1rem;
    line-height: 1.75rem;
  }

  @media (min-width: 1200px) {
    .desktop .search-preview .search-thumb {
      flex-basis: 100%-4rem/5;
    }
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .swiper-scroll {
    flex: 1;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x proximity;
  }

  .swiper-scroll::-webkit-scrollbar {
    display: none;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .game-category {
    padding: calc(1.375rem - 1rem) 0 0;
    width: 100%;
  }

  .game-category div {
    outline: none;
  }

  .game-category:first-child {
    padding-top: 1.375rem;
  }

  .game-category:last-child {
    padding-bottom: 2.5rem;
  }

  .game-category .swipeable-list .swiper-slide {
    flex-basis: 28%;
    margin-right: 0.5rem;
  }

  @media only screen and (max-width: 960px) and (orientation: landscape) {
    .game-category .swipeable-list .swiper-slide {
      flex-basis: calc(20% - 0.5rem);
    }
  }

  .last-games .game-category {
    padding-bottom: 0;
  }

  .game-category-header {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem 0.5rem;
    width: 100%;
  }

  .game-category-header .game-category-name {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    /* stylelint-disable property-no-vendor-prefix */
    /* stylelint-disable value-no-vendor-prefix */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0;
  }

  @media (min-width: 768px) {
    .game-category-header .game-category-name {
      font-size: 1.5rem;
      line-height: 2.375rem;
    }
  }

  .game-category-header .category-expand {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #544bc9;
    cursor: pointer;
  }

  .game-category-container {
    margin-left: 1rem;
    position: relative;
    min-height: 9.375rem;
  }

  .game-category-container .game-thumb {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .game-category-expand {
    position: relative;
  }

  .game-category-expand .game-thumb {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    flex-basis: calc(33% - 0.5rem);
  }

  @media (min-width: 568px) {
    .game-category-expand .game-thumb {
      flex-basis: calc(25% - 0.5rem);
      max-width: calc(20% - 0.5rem);
    }
  }

  @media (min-width: 850px) {
    .game-category-expand .game-thumb {
      margin-right: 1rem;
      flex-basis: calc(25% - 0.5rem);
    }
  }

  .game-category-row {
    display: flex;
    outline: none;
  }

  .casino .game-category:not(.popular-live-games) .game-thumb-name {
    display: none;
  }

  @media (min-width: 850px) {
    .casino .game-category:not(.popular-live-games) .game-thumb-name {
      /* stylelint-disable property-no-vendor-prefix */
      /* stylelint-disable value-no-vendor-prefix */
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
  }

  .live-casino .game-category-container .game-thumb {
    flex-basis: calc(50% - 0.5rem - 0.6875rem);
  }

  @media only screen and (max-width: 960px) and (orientation: landscape) {
    .live-casino .game-category-container .game-thumb {
      flex-basis: calc(25% - 0.5rem);
    }
  }

  .live-casino .game-category-expand .game-thumb {
    flex-basis: calc(50% - 0.5rem);
  }

  @media only screen and (max-width: 960px) and (orientation: landscape) {
    .live-casino .game-category-expand .game-thumb {
      flex-basis: calc(25% - 0.5rem);
    }
  }

  .live-casino .swipeable-list .swiper-slide {
    flex-basis: calc(50% - 0.5rem - 0.6875rem);
  }

  @media only screen and (max-width: 960px) and (orientation: landscape) {
    .live-casino .swipeable-list .swiper-slide {
      flex-basis: calc(25% - 0.5rem);
    }
  }

  .desktop .game-category {
    padding: calc(1.75rem - 1rem) 0 0;
  }

  .desktop .game-category:first-child {
    padding-top: 1.75rem;
  }

  .desktop .game-category:last-child {
    padding-bottom: 4rem;
  }

  .desktop .game-category .game-thumb {
    flex-basis: calc(14% - 0.6875rem);
  }

  .desktop .game-category .swipeable-list .swiper-slide {
    margin-right: 1rem;
    flex-basis: calc(14% - 0.6875rem);
  }

  .desktop .game-category-header {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0 6.7% 0.75rem;
    line-height: 2rem;
  }

  .desktop .game-category-container {
    margin: 0 6.7%;
  }

  .desktop .game-category-expand .game-thumb {
    margin-bottom: 1rem;
  }

  .desktop .game-category-expand .game-thumb:last-child {
    margin-right: 0;
  }

  .desktop .last-games .game-category {
    padding-bottom: 0;
  }

  .mobile .content {
    padding-bottom: 0;
  }

  /**
* Swipeable list with scroll
*/
  .game-category .game-category-container {
    display: flex;
    overflow: hidden;
  }

  html.mobile .game-category .game-category-container {
    margin-left: 0;
  }

  html.mobile .game-category.game-category-expand .game-category-container {
    margin-left: 1rem;
  }

  .swiper-scroll .game-slide {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 0.5rem - 2 * 0.25rem);
    margin-right: 0.5rem;
    scroll-snap-align: center;
  }

  .swiper-scroll .game-slide:last-child {
    margin-right: 1rem;
  }

  .swiper-scroll .game-slide .game-thumb {
    margin-bottom: 0.5rem;
  }

  @media (min-width: 850px) {
    .swiper-scroll .game-slide .game-thumb {
      margin-bottom: 1rem;
    }
  }

  @media (max-width: 767px) {
    .swiper-scroll .game-slide:first-child {
      padding-left: 1rem;
      width: 33%;
    }

    .swiper-scroll .game-slide:first-child.game-thumb {
      padding-left: 0;
      margin-left: 1rem;
      width: calc(33% - 1rem);
    }
  }

  @media (min-width: 568px) {
    .swiper-scroll .game-slide {
      width: calc(20% - (1rem - 0.1875rem));
    }

    .swiper-scroll .game-slide:first-child {
      padding-left: 1rem;
      width: calc(20% + 0.1875rem);
    }

    .swiper-scroll .game-slide:first-child.game-thumb {
      padding-left: 0;
      margin-left: 1rem;
      width: calc(20% - 1rem);
    }
  }

  @media (min-width: 850px) {
    .swiper-scroll .game-slide {
      margin-right: 1rem;
      width: calc(13.8% - 0.6875rem);
    }

    .swiper-scroll .game-slide:first-child {
      padding-left: 0;
      width: calc(14% - 0.6875rem);
    }

    .swiper-scroll .game-slide:first-child.game-thumb {
      margin-left: 0;
      width: calc(14% - 0.6875rem);
    }

    .swiper-scroll .game-slide:last-child {
      margin-right: 0;
    }
  }

  .live-casino .swiper-scroll .game-slide {
    width: calc(50% - 0.5rem - 2 * 0.5rem);
  }

  @media (max-width: 767px) {
    .live-casino .swiper-scroll .game-slide:first-child {
      width: calc(50% - 0.5rem);
    }

    .live-casino .swiper-scroll .game-slide:first-child.game-thumb {
      width: calc(50% - 0.5rem - 2 * 0.5rem);
    }
  }

  @media (min-width: 568px) {
    .live-casino .swiper-scroll .game-slide {
      width: calc(20% - (1rem - 0.1875rem));
    }

    .live-casino .swiper-scroll .game-slide:first-child {
      width: calc(20% + 0.1875rem);
    }

    .live-casino .swiper-scroll .game-slide:first-child.game-thumb {
      width: calc(20% - 1rem);
    }
  }

  @media (min-width: 850px) {
    .live-casino .swiper-scroll .game-slide {
      width: calc(14% - 0.6875rem);
    }

    .live-casino .swiper-scroll .game-slide:first-child {
      padding-left: 0;
      width: calc(14% - 0.6875rem);
    }

    .live-casino .swiper-scroll .game-slide:first-child.game-thumb {
      margin-left: 0;
      width: calc(14% - 0.6875rem);
    }
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .category-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    background: #000000;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 25%);
    box-sizing: border-box;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 4.5rem;
    padding: 0;
    overflow: hidden;
    border-top: 3px solid #ffca00;
    border-bottom: 3px solid #ffca00;
  }

  @media (max-width: 850px) {
    .category-nav {
      padding: 0;
      height: 4.5rem;
      top: 4.5rem;
    }

    .category-nav::after,
    .category-nav::before {
      content: "";
      position: absolute;
      width: 1.25rem;
      top: 0;
      height: 4.5rem;
      z-index: 1;
    }

    /* .category-nav::before {
      background: linear-gradient(90deg, #ac4ed3 0%, rgba(172, 78, 211, 0) 100%);
      left: 0;
    }

    .category-nav::after {
      background: linear-gradient(270deg, #ff60b2 0%, rgba(255, 96, 178, 0) 100%);
      right: 0;
    } */
  }

  .navBarVisible .category-nav {
    top: 5rem;
  }

  @media (max-width: 850px) {
    .navBarVisible .category-nav {
      top: 4.5rem;
    }
  }

  .category-nav-bar {
    flex: 1;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    position: relative;
    height: 2.5rem;
    padding-right: calc(3rem + 1.25rem);
  }

  @media (min-width: 850px) {
    .category-nav-bar {
      padding-right: calc(3rem + 1.25rem);
    }
  }

  .category-nav-bar::-webkit-scrollbar {
    display: none;
  }

  .category-nav-search {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    box-sizing: border-box;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 0.75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 1.25rem;
    z-index: 1;
  }

  .category-nav-search svg {
    fill: #544bc9;
    height: 1.25rem;
    width: 1.25rem;
  }

  @media (min-width: 850px) {
    .category-nav-search {
      right: 6.7%;
    }
  }

  .category-nav-item {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    padding: 0.6875rem 0.9375rem;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
  }

  .category-nav-item:visited,
  .category-nav-item:hover {
    color: #fff;
  }

  .nav-selected {
    color: #fff;
    font-weight: 700;
  }

  .nav-selected::after {
    content: "";
    height: 0.3125rem;
    background-color: #a44bc9;
    display: block;
    margin-top: 0.25rem;
  }

  .nav-selected:visited,
  .nav-selected:hover {
    color: #fff;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .lobby {
    width: 100%;
    position: relative;
  }

  .lobby .categoryHidden {
    display: none;
  }

  :export {
    navBarHeight: 5rem;
    tabBarHeight: 3.5rem;
    languageBarHeight: 3.5rem;
    baseFontSize: 16px;
    sideBarWidth-desktop: 23.4375rem;
    sideBarWidth-mobile: 100%;
    lobbyCategoryMenuHeight-desktop: 4.5rem;
    lobbyCategoryMenuHeight-mobile: 4.5rem;
  }

  /* stylelint-endable */
  :export {
    palettePrimaryMain: #544bc9;
    palettePrimaryLight: #766fd3;
    paletteErrorMain: #f44336;
    slateBlue: #544bc9;
    paletteTextPrimary: #222;
    navBarActiveTab: rgba(84, 75, 201, 0.1);
    paletteSuccessDark: #388e3c;
  }

  /* stylelint-disable color-hex-case */
  /* stylelint-disable color-hex-length */
  .product {
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
  }

  .product .product-error {
    font-size: 1.875rem;
    font-weight: 600;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60vh;
  }